Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals CreateSpec

Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals CreateSpec
Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals CreateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals CreateSpec schema contains the information necessary to establish trust between a workload vCenter and a Trust Authority Host.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "certificates": [
        {
            "cert_chain": [
                "string"
            ]
        }
    ],
    "issuer_alias": "string",
    "issuer": "string",
    "principal": {
        "id": {
            "name": "string",
            "domain": "string"
        },
        "type": "string"
    }
}
certificates
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The certificates used by the vCenter STS to sign tokens.

This property was added in vSphere API 7.0.0.0.

string
issuer_alias
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

A user-friendly alias of the service which created and signed the security token.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.authentication.trust.security-token-issuer. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.authentication.trust.security-token-issuer.

string
issuer
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service which created and signed the security token.

This property was added in vSphere API 7.0.0.0.

principal
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The principal used by the vCenter to retrieve tokens.

This property was added in vSphere API 7.0.0.0.